home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / NewsTicker.sit / NewsTicker / source code / TickerAppEvts.h < prev    next >
Text File  |  1997-06-19  |  353b  |  17 lines

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    NewsTicker, my Hack for 1997
  4. #
  5. #    TickerAppEvts.h    -    Install and handle our apple event
  6. #
  7. ------------------------------------------------------------------------------*/
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. void InstallAEHandlers(void);
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.